projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fdd420
)
a11y: Remove unused variable
author
Benjamin Otte
<otte@redhat.com>
Mon, 24 Feb 2014 14:36:03 +0000
(15:36 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 26 Feb 2014 01:36:08 +0000
(
02:36
+0100)
gtk/a11y/gtktreeviewaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/a11y/gtktreeviewaccessible.c
b/gtk/a11y/gtktreeviewaccessible.c
index 915d84c7c2352b032ace4fac9b320ead2b583f77..81f55ea1e5135204c11996c55cbf824703c65453 100644
(file)
--- a/
gtk/a11y/gtktreeviewaccessible.c
+++ b/
gtk/a11y/gtktreeviewaccessible.c
@@
-378,12
+378,8
@@
create_cell_accessible (GtkTreeView *treeview,
*/
if (g_list_length (renderer_list) != 1)
{
- GtkCellAccessible *container_cell;
-
container = gtk_container_cell_accessible_new ();
-
- container_cell = GTK_CELL_ACCESSIBLE (container);
- _gtk_cell_accessible_initialize (container_cell, GTK_WIDGET (treeview), ATK_OBJECT (accessible));
+ _gtk_cell_accessible_initialize (GTK_CELL_ACCESSIBLE (container), GTK_WIDGET (treeview), ATK_OBJECT (accessible));
parent = ATK_OBJECT (container);
}